ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AutoCompleteBaseTagHelper<T,TControl> Class / Refreshed Property

In This Topic
    Refreshed Property (AutoCompleteBaseTagHelper<T,TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents.
    Syntax
    'Declaration
     
    Public Property Refreshed As String
    public string Refreshed {get; set;}
    See Also